Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: Improves performance of orm_cached with an in-memory cache #1029

Closed
wants to merge 4 commits into from

Conversation

Daverball
Copy link
Member

Commit message

Core: Improves performance of orm_cached with an in-memory cache

TYPE: Performance

Checklist

  • I have performed a self-review of my code
  • I have tested my code thoroughly by hand
  • I have added tests for my changes

@codecov-commenter
Copy link

codecov-commenter commented Sep 28, 2023

Codecov Report

Attention: Patch coverage is 86.79245% with 7 lines in your changes missing coverage. Please review.

Project coverage is 86.62%. Comparing base (cc4d60f) to head (b091740).
Report is 701 commits behind head on master.

Files with missing lines Patch % Lines
src/onegov/core/orm/cache.py 89.47% 4 Missing ⚠️
src/onegov/core/orm/utils.py 76.92% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1029      +/-   ##
==========================================
- Coverage   86.74%   86.62%   -0.12%     
==========================================
  Files        1171     1171              
  Lines       78416    78450      +34     
==========================================
- Hits        68019    67959      -60     
- Misses      10397    10491      +94     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Daverball
Copy link
Member Author

Continued in #1524

@Daverball Daverball closed this Sep 17, 2024
@Daverball Daverball deleted the orm-cached-perf branch September 17, 2024 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants